home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / code.cst / 00020_Script_Still animation < prev    next >
Text File  |  1998-10-29  |  355b  |  11 lines

  1. on mouseDown me
  2.   global restoration
  3.   global castrestore
  4.   global nomore
  5.   set the member of sprite restoration = castrestore
  6.   set castrestore = the castnum of sprite the spritenum of me
  7.   set restoration = the spritenum of me
  8.   set the member of sprite the spritenum of me = the castnum of sprite the spritenum of me + 1
  9.   set nomore = 1
  10. end
  11.